-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matter end-device implemented in Python #8589
matter end-device implemented in Python #8589
Conversation
This PR facilitates to create a Python based matter end-device. * Adds sample with README in examples/lighting-app/python * This sample requires a DALI-USB-interface * Checked onnetwork / ip commissioning only * Adds server clusters for Python matter end-device to controller-clusters.zap * Possibly this should be split into another zap file, but hard to get the build system set up without duplicating code. Help/Suggestions welcome. * build-chip-wheel.py was auto-formatted * Typo fixed in operational-credentials-server.cpp TODO: [ ] check whether WiFi/BLE commissioning would work
Size increase report for "esp32-example-build" from f382df3
Full report output
|
Size increase report for "gn_qpg-example-build" from f382df3
Full report output
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This stale pull request has been automatically closed. Thank you for your contributions. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This stale pull request has been automatically closed. Thank you for your contributions. |
This PR has been reworked and rebased in https://github.com/markus-becker-tridonic-com/connectedhomeip/tree/matter-python-end-device-master. Would be great if it could be reopened. FYI: @yunhanw-google |
Problem
Currently there is a Python matter controller in the source tree. There is no Python matter end-device.
Change overview
This PR facilitates to create a Python based matter end-device.
Testing